NewFlash
NewId = NewFlash(Filename$, XPos, YPos)
 
Parameters:

    Filename$=Filename with full path of the flash movie.
    XPos=X position of the movie
    YPos=Y position of the movie
Returns:

    NewId=The Id of the movie
 

The NewFlash function loads a new flash movie and displays it at the given position. The initial size of the movie is read from the file but can be adjusted any time. This is a macro function for
NewId = GetFreeFlash()
LoadFlash FileName, NewId, XPos, YPos


FACTS:


* Always specify the full path of the movie (use CurrentDir$() if necessary)



 
Related Info: :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com